github.com/andybalholm/brotli.Reader.distance_hgroup (field)
9 uses
github.com/andybalholm/brotli (current package)
decode.go#L1503: var distance_tree []huffmanCode = []huffmanCode(s.distance_hgroup.htrees[s.dist_htree_index])
decode.go#L2379: if !decoderHuffmanTreeGroupInit(s, &s.distance_hgroup, num_distance_codes, max_distance_symbol, s.num_dist_htrees) {
decode.go#L2400: hgroup = &s.distance_hgroup
state.go#L119: distance_hgroup huffmanTreeGroup
state.go#L219: s.distance_hgroup.codes = nil
state.go#L220: s.distance_hgroup.htrees = nil
state.go#L273: s.distance_hgroup.codes = nil
state.go#L274: s.distance_hgroup.htrees = nil
state.go#L283: s.distance_hgroup.htrees = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |